google.golang.org/protobuf/internal/impl.pointer.BytesSlice (method)

8 uses

	google.golang.org/protobuf/internal/impl (current package)
		codec_gen.go#L5463: 	s := *p.BytesSlice()
		codec_gen.go#L5472: 	s := *p.BytesSlice()
		codec_gen.go#L5482: 	sp := p.BytesSlice()
		codec_gen.go#L5504: 	s := *p.BytesSlice()
		codec_gen.go#L5527: 	sp := p.BytesSlice()
		merge.go#L172: 	ds := dst.BytesSlice()
		merge.go#L173: 	for _, v := range *src.BytesSlice() {
		pointer_unsafe.go#L114: func (p pointer) BytesSlice() *[][]byte                 { return (*[][]byte)(p.p) }